From 2e885bfa2524c1fc717914f8939cc9063f4eb809 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 31 May 2002 16:31:22 +0000 Subject: [PATCH] Include /usr/pkg in the run time shared library path. --- src/s/netbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 354ace7e9a0..7ed08ec05e3 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -77,7 +77,7 @@ says where to find X windows at run time. We convert it to a -rpath option which is what OSF1 uses. */ #define LD_SWITCH_SYSTEM_tmp `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'` -#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -L/usr/pkg/lib -L/usr/local/lib +#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib /* The following is needed to make `configure' find Xpm, Xaw3d and image include and library files if using /usr/bin/gcc. That -- 2.30.2